Final Project: [YOUR TITLE HERE]

Author

[YOUR NAMES]

Published

Invalid Date

Introduction

Briefly introduce your topic and research question.

Data

Describe your data source(s), including where it came from, the key variables, and any pre-processing steps.

Code
# Load libraries and data
library(tidyverse)

data <- read_csv("data/my_data.csv")
glimpse(data)

Visualizatiob 1: [Title Here]

Describe what this plot shows, and why it’s important.

Code
# your code here

Visualization 2: [Title Here]

Describe what this plot shows, and why it’s important.

Code
# your code here

Visualization 3: [Title Here]

Describe what this plot shows, and why it’s important.

Code
# your code here

OR Shiny app: [Title Here]

If you choose to create a Shiny app, describe the app’s purpose and functionality. Save your code inside the shiny-app/ folder, replace the URL below with your app’s URL

Click here to open the interactive Shiny app

Interpretation

Summarize your key findings. What do your visualizations reveal?

Limitations

Discuss any data quality or design limitations.

Conclusion

Wrap up your project with a takeaway message or next steps.

References

Include any references to data sources, packages, or literature you used. If your visualization design is inspired by someone else’s work, cite those too.

  1. Reference 1
  2. Reference 2
  3. Reference 3